@charset "utf-8";
html, body, div,
h1, h2, h3, h4, h5, h6,
hr, p, blockquote,
dl, dt, dd, ul, ol, li,
pre, form, fieldset, object, code,
legend, button, input, textarea, label,
th, td, a, img {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    box-sizing: border-box;
}
@font-face {
  font-family: pingfang_b;
  src:url(../font/PingFang_Bold.ttf);
}
@font-face {
  font-family: pingfang_el;
  src:url(../font/PingFang_ExtraLight.ttf);
}
@font-face {
  font-family: pingfang_h;
  src:url(../font/PingFang_Heavy.ttf);
}
@font-face {
  font-family: pingfang_l;
  src:url(../font/PingFang_Light.ttf);
}
@font-face {
  font-family: pingfang_m;
  src:url(../font/PingFang_Medium.ttf);
}
@font-face {
  font-family: pingfang_r;
  src:url(../font/PingFang_Regular.ttf);
}
@font-face {
  font-family: number_only;
  src:url(../font/Number.ttf);
}
@font-face {
  font-family: MontDemo;
  src:url(../font/MontDemo-Heavy.otf);
}
@font-face {
  font-family: font_ding;
  src:url(../font/DINPro-Medium.ttf);
}
.ct{font-family:pingfang_b}
.tc{font-family:pingfang_h}
.cg{font-family:pingfang_m}
.zd{font-family:pingfang_r}
.xt{font-family:pingfang_l}
.jx{font-family:pingfang_el}
.sz{font-family:number_only}
.yw{font-family:MontDemo}
.font_ding{font-family:font_ding}
body {
    font: 0.16rem/1.5 "pingfang_m",'pingfang_b','pingfang_r','pingfang_r';
    color: #161b27;
}
.clearfix:after{
    display:block;
    clear:both;
    content:"";
    visibility:hidden; 
    height:0;
} 
.clearfix{zoom:1}
.img{overflow: hidden;}
.img:hover img{transform:scale(1.1)}
.img img{
    transition: all 0.3s ease;
    width: 100%;
}
.imgj {
    overflow: hidden;
}
.wal {max-width: 14rem;margin:0 auto;width: 90%;position: relative;z-index: 2;}
a:hover {
    text-decoration: none;
    color: #0152a4;
}
.swiper {
        width: 100%;
        height: 100%;
      }
.swiper-button-prev,.swiper-button-next {
    width: 0.5rem;
    height: 0.5rem;
    background: url(../images/prev.png) center center no-repeat;
    font-size: 0;
    background-size: 100%;
    transform: none;
    margin: -0.25rem 0 0 0;
}
.swiper-button-prev:hover,.swiper-button-next:hover{/* background: url(../images/swiper_jtxz.png) center center no-repeat; *//* background-size: 100%; */}
.swiper-button-prev{
    left: 0;
}
.swiper-button-next{
    right: 0rem;
    transform: rotate(180deg);
}
.swiper-button-prev:after, .swiper-button-next:after{display:none}
.phone_menu {
    width: 0.34rem;
    background-size: 0.18rem;
    font-size: 0;
    cursor: pointer;
    display: none;
}
.phone_menu .icon_bar{width: 0.3rem;height: 2px;background-color: #6c6c6c;opacity:1;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;display: block;}
.phone_menu .icon_bar:nth-of-type(2){margin:5px 0;width: 0.2rem;}
.phone_menu.kai .icon_bar:nth-of-type(2){opacity:0}
.phone_menu.kai .icon_bar:first-child{-webkit-transform:translate(0,7px) rotate(45deg);-ms-transform:translate(0,7px) rotate(45deg);transform: translate(0,8px) rotate(45deg);}
.phone_menu.kai .icon_bar:last-child{-webkit-transform:translate(0,-7px) rotate(-45deg);-ms-transform:translate(0,-7px) rotate(-45deg);transform: translate(0,-6px) rotate(-45deg);}

.swiper-fade .swiper-slide {
    opacity: 0 !important;
}
.swiper-fade .swiper-slide.swiper-slide-active {
    opacity: 1 !important;
}
.swiper-slide .blog-slider__content > * {
	 transform: translateY(90px); 
	transition: all .4s;
}
.swiper-slide-active .blog-slider__content > * {
	opacity: 1;
	transform: none;
}
.blog-slider__content > *:nth-child(1) {
	transition-delay:0s;
}

.blog-slider__content > *:nth-child(2) {
	transition-delay: 0.1s;
}
.blog-slider__content > *:nth-child(3) {
	transition-delay: 0.2s;
}
.blog-slider__content > *:nth-child(4) {
	transition-delay: 0.3s;
}
.blog-slider__content > *:nth-child(5) {
	transition-delay: 0.4s;
}
.blog-slider__content > *:nth-child(6) {
	transition-delay: 0.5s;
}
.blog-slider__content > *:nth-child(7) {
	transition-delay: 0.6s;
}
.blog-slider__content > *:nth-child(8) {
	transition-delay: 0.7s;
}
.blog-slider__content > *:nth-child(9) {
	transition-delay: 0.8s;
}
.blog-slider__content > *:nth-child(10) {
	transition-delay: 0.9s;
}
.blog-slider__content > *:nth-child(11) {
	transition-delay: 1s;
}
.blog-slider__content > *:nth-child(12) {
	transition-delay: 1.1s;
}
.blog-slider__content > *:nth-child(13) {
	transition-delay: 1.2s;
}
.blog-slider__content > *:nth-child(14) {
	transition-delay: 1.3s;
}
.blog-slider__content > *:nth-child(15) {
	transition-delay: 1.4s;
}
/**clear_end**/


/****/
.nav_part {
    /* position: fixed; */
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    border-bottom: 1px solid rgb(238 238 238);
}
.nav_part .wal{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav_logo {
    display: flex;
    align-items: center;
    /* color: #fff; */
    height: 1.7rem;
}
.nav_logo .di{
    padding: 0 0.2rem 0 0;
    margin: 0 0.2rem 0 0;
    border-right: 1px solid rgb(225 225 225 / 50%);
}
.nav_logo img {
    width: 2rem;
}
.nav_logo .tel {
    line-height: 0.25rem;
}

.nav_logo .tel span {
    font-size: 0.14rem;
    display: block;
}

.nav_logo .tel em {
    font-family: Akrobat;
    font-size: 0.28rem;
}
.nav_logo img.writh_logo {
    display: block;
}

.nav_logo img.cai_logo {
    display: none;
}

.top_nav {
    /* width: 70%; */
    background: #0359a6;
}

.top_nav .nav_main {
    display: flex;
    align-items: center;
}

.top_nav .nav_main ul {
    display: flex;
    flex: 1;
    justify-content: space-between;
    /* padding: 0 0.4rem; */
    /* border-left: 1px solid rgba(255,255,255,0.3); */
}

.top_nav .nav_main ul li {
    position: relative;
    flex: 1;
    text-align: center;
}
.top_nav .nav_main ul li.on,.top_nav .nav_main ul li:hover{
    background: #fd7307;
}
.top_nav .nav_main ul li .one_level {
    line-height: 0.8rem;
    color: #fff;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 0.8rem;
    overflow: hidden;
    position: relative;
    font-size: 0.18rem;
}
.top_nav .nav_main ul li:after {
    content: "";
    display: block;
    width: 1px;
    height: 0.3rem;
    background: #00458a;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0px, -50%);
}
.top_nav .nav_main ul li .one_level h3 {}
.top_nav .nav_main .link_a {}

a.writh_a {
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 50px;
    text-align: center;
    color: #fff;
}

a.black_a {
    background: #122a88;
    border-radius: 50px;
    color: #fff;
    text-align: center;
}

.top_nav .nav_main .link_a a {
    line-height: 0.35rem;
    display: inline-block;
    width: 1.1rem;
    margin: 0 0.1rem;
    font-size: 0.14rem;
}

.two_nav_list {
    position: absolute;
    left: -0.1rem;
    right: -0.1rem;
    padding: 0.05rem 0 0;
    /* width: 5.4rem; */
    top: 0.8rem;
    display: none;
    background: rgba(255,255,255,0.8);
    border-radius: 0.06rem;
}
.two_nav_list.show {
    display: block;
}
.two_nav_list a {
    font-size: 0.14rem;
    display: block;
    line-height: 0.3rem;
}

.top_nav .nav_main ul li.has {}

.top_nav .nav_main ul li.has a.one_level:after {/* content: ""; *//* width: 0.08rem; *//* height: 0.08rem; *//* display: block; *//* border-left: 0.01rem solid #fff; *//* border-top: 0.01rem solid #fff; *//* transform: rotate(-135deg) translate(0, 0.05rem); *//* margin: 0 0 0 0.1rem; */}
.nav_part.fixd,.nav_part:hover {
    /* background: #eb1c24; */
    /* backdrop-filter: blur(10px); */
}
.writh_nav {
    background: #ffffff;
    position: relative;
}
.nav_part.fixd .nav_logo img.writh_logo,.writh_nav .nav_logo img.writh_logo {
    display: none;
}

.nav_part.fixd .nav_logo img.cai_logo,.writh_nav .nav_logo img.cai_logo {
    display: block;
}

.nav_part.fixd  .top_nav .nav_main ul li .one_level,.writh_nav  .top_nav .nav_main ul li .one_level {
    /* color: #333; */
}


.nav_part.fixd .top_nav .nav_main ul li.has a.one_level:after,.writh_nav .top_nav .nav_main ul li.has a.one_level:after {
    /* border-left: 0.01rem solid #666; */
    /* border-top: 0.01rem solid #666; */
}

.nav_part.fixd a.writh_a,.writh_nav a.writh_a {
    border: 1px solid #122a88;
    color: #122a88;
}


.top_nav .nav_main ul li .one_level .zi {
    /* transform: translate(0px, 0.4rem); */
    text-transform: uppercase;
    transition: all 0.3s;
    /* position: relative; */
}

.top_nav .nav_main ul li:hover .one_level .zi {
    /* transform: translate(0px, -0.4rem); */
}

.top_nav .nav_main ul li .one_level:after {content: "";width: 0;height: 0.01rem;background: #fff;display: block;position: absolute;left: 15%;right: 0;bottom: 0;transition: all 0.3s;}

.top_nav .nav_main ul li:hover .one_level:after {
    right: 15%;
    width: 70%;
}

.two_nav_list .left {
    flex: 1;
}

.two_nav_list .left a {}

.two_nav_list .left a img {
    width: 100%;
}

.two_nav_list .left a .zi {
    display: none;
}

.two_nav_list .left a .zi h3 {}

.two_nav_list .left a .zi span {}

.two_nav_list .left a .zi i.go_jt {}

.two_nav_list .right {
    flex: 1.6;
    display: flex;
    align-items: center;
    background: #fff;
}

.two_nav_list .right ul {
    display: block;
    padding: 0;
}

.two_nav_list .right ul li {
    padding: 0.035rem 0.3rem;
}

.two_nav_list .right ul li a {
    display: flex;
    padding: 0.1rem;
}

.two_nav_list .right ul li a .imgj {
    width: 0.32rem;
    margin: 0 0.1rem 0 0;
}

.two_nav_list .right ul li a .imgj img {
    width: 0.32rem;
}

.two_nav_list .right ul li a .zi {
    flex: 1;
    text-align: left;
    line-height: initial;
}

.two_nav_list .right ul li a .zi h3 {
    font-size: 0.16rem;
}

.two_nav_list .right ul li a .zi span {
    font-size: 0.12rem;
    color: #999999;
}

.two_nav_list .right ul li a:hover {
    background: #E3EEFF;
    color: #0B70E7;
}

.top_nav .nav_main .tel {
    display: flex;
    align-items: center;
    padding: 0 0.2rem;
    border: 1px solid rgba(255,255,255,0.3);
    border-top: 0;
    border-bottom: 0;
    height: 0.8rem;
}

.top_nav .nav_main .tel img.ic {
    width: 0.22rem;
}

.top_nav .nav_main .tel img.sz {
    height: 0.12rem;
}





.index_banner {
    position: relative;
    overflow: hidden;
}

.index_banner img.bg {
    /* width: 100%; */
}
.index_banner .swiper-pagination-bullet {
    width: 0.25rem;
    height: 2px;
    background: rgba(255,255,255,0.5);
    border-radius: 0;
    position: relative;
    margin: 0 0.051rem!important;
    transform: none !important;
    transition: all 0.3s;
    opacity: 1 !important;
}

.index_banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 0.6rem;
}
.index_banner .swiper-pagination-bullet:after{content:"";position: absolute;left: 0;right: 0;top: 0;bottom: 0;display: block;width: 0;background: #fff;}

.index_banner .swiper-pagination {
    text-align: left;
    bottom: auto;
    transform: none;
    width: 90%;
}
.index_pagination {
    position: absolute;
    bottom: 0.5rem;
    left: 0;
    right: 0;
}

.index_banner .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    width: 100%;
    transition: all 6s;
}
.index_banner .item {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}
.index_banner .item .wal{
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: space-between; */
}
.index_banner .item .zi {
    /* width: 40%; */
    color: #fff;
}
.index_banner .item .zi span {
    font-family: 'pingfang_l';
    font-size: 0.32rem;
}

.index_banner .item .zi h3 {
    font-size: 0.64rem;
    font-family: 'pingfang_b';
}

.index_banner .item .zi p {
    font-size: 0.24rem;
    line-height: 0.4rem;
    font-family: 'pingfang_r';
    margin: 0 0 0.6rem;
}

.index_banner .item .zi .link_a {}

.index_banner .item .zi .link_a a {
    width: 1.5rem;
    display: inline-block;
    text-align: center;
    line-height: 0.5rem;
    font-size: 0.19rem;
    margin: 0 0.1rem 0 0;
}

.index_banner .item .zi .link_a a.writh_a {
    background: #fff;
    color: #122a88;
}

.index_banner .item .imgj {
    text-align: center;
    width: 50%;
}

.index_banner .item .imgj img {
    width: 70%;
}
.index_banner ul {}

.index_banner ul li {
    /* height: 100vh; */
    display: flex;
    /* align-items: center; */
    justify-content: center;
    width: 100%;
    overflow: hidden;
}

.index_banner ul li img {
    width: 100%;
}




.top_top {
    background: #efefef;
    line-height: 0.4rem;
    position: relative;
    z-index: 9;
}

.top_top .wal {}

.top_top .tip {}

.top_top .top_button {
    position: absolute;
    right: 0;
    top: 0;
    /* height: 0.7rem; */
    background: #efefef;
    display: flex;
    align-items: center;
    padding: 0 0.2rem;
    border-radius: 0.5rem;
    gap: 0.2rem;
}

.top_top .top_button a {
    display: inline-block;
    padding: 0 0  0 0.3rem;
    background-size: 0.25rem;
    background-position: left center;
    background-repeat: no-repeat;
}

.top_top .top_button a.chat {
    background-image: url(../images/chat.png);
}

.top_top .top_button a.online {
    background-image: url(../images/online.png);
}
.top_ewm {
    position: absolute;
    left: 0.15REM;
    right: 0;
    top: 0.4rem;
    width: 1.2rem;
    background: #fff;
    padding: 0.1rem;
    border-radius: 0.1rem;
    line-height: 0.2rem;
    box-shadow: 0 0.1REM 0.1rem rgb(0 0 0 / 10%);
    display: none;
}

.top_ewm img {
    width: 100%;
}
.index_part {
    padding: 1rem 0;
    position: relative;
}

.bg_fafafa {
    background: #fafafa;
}

.bg_product {
    background: url(../images/bg_product.png);
    background-size: cover;
}

.index_ti {
    margin: 0 0 0.3rem 0;
}

.index_ti .ti {
    text-align: center;
}

.index_ti .ti h4 {
    font-size: 0.46rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index_ti .ti h4 em {
    display: block;
    width: 0.1rem;
    height: 0.1rem;
    border-radius: 50%;
    background: #fd7306;
    margin: 0 0.1rem;
}

.index_ti .ti span {
    font-size: 0.14rem;
    display: block;
    color: #7e7e7e;
    text-transform: uppercase;
}

.index_ti .ti p {
    font-size: 0.16rem;
    color: #5b5b5b;
}

.index_goods {}

.index_goods ul {
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.index_goods ul li {
    flex: 1;
}

.index_goods ul li .item {
    width: 60%;
    margin: 0 auto;
}

.index_goods ul li .item .imgj {
    margin: 0.6rem auto 0.2rem;
}

.index_goods ul li .item .imgj img {
    width: 0.84rem;
}

.index_goods ul li .item .zi {}

.index_goods ul li .item .zi h3 {
    font-size: 0.22rem;
    font-weight: bold;
    margin: 0 0 0.1rem;
}

.index_goods ul li .item .zi p {
    font-size: 0.16rem;
    line-height: 0.23rem;
    color: #666;
}

.product_ti {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 0 0 0.5rem 0;
}

.product_ti .index_ti {
    margin: 0;
}

.product_ti .index_ti .ti {
    color: #fff;
    position: relative;
}

.product_ti .index_ti .ti h4 {
    position: relative;
    z-index: 2;
}

.product_ti .index_ti .ti h4 em {}

.product_ti .index_ti .ti p {
    font-size: 0.9rem;
    color: #02407d;
    opacity: 1;
    position: absolute;
    left: 0;
    bottom: 0;
    /* line-height: 0.8; */
    z-index: 1;
    font-weight: bold;
}

.product_change {
    position: relative;
    z-index: 2;
}

.product_change ul {
    display: flex;
    gap: 0.2rem;
}

.product_change ul li {
    background: #fff;
    border-radius: 50px;
    font-size: 0.18rem;
    padding: 0.1rem 0.2rem;
    cursor: pointer;
}

.product_change ul li span {}

.product_change ul li.on {
    background: #fc7207;
    color: #fff;
}

.product_change ul li.on span {}
.product_change ul li.on span a{color: #fff;}
.index_product {}

.product_box {}

.hide {
    display: none;
}

.show {
    display: block;
}

.product_box ul {
    display: flex;
    flex-flow: wrap;
    margin: -0.08rem;
}

.product_box ul li {
    width: 25%;
    padding: 0.08rem;
}

.product_box ul li .item {
    background: #fff;
    display: block;
}

.product_box ul li .item .imgj {
    padding: 0.3rem;
}

.product_box ul li .item .imgj img {}

.product_box ul li .item .zi {
    border-top: 1px solid #ddd;
    padding: 0.2rem;
    font-size: 0.2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product_box ul li .item .zi h3 {
    flex: 1;
}

.product_box ul li .item .zi i {
    display: block;
    width: 0.45rem;
    height: 0.45rem;
    background: url(../images/youjt.png) center center no-repeat;
    background-size: 0.1rem;
    border-radius: 50px;
    border: 1px solid #ddd;
}

.see_more {
    margin: 0.5rem auto 0;
}

.see_more a {
    background: #fff;
    width: 1.9rem;
    height: 0.54rem;
    display: block;
    text-align: center;
    line-height: 0.54rem;
    font-size: 0.2rem;
    border-radius: 0.1rem;
    margin: 0 auto;
}

.index_about {
    display: flex;
    align-items: flex-start;
}

.index_about .left {
    width: 50%;
    padding: 0 1rem 0 0;
}

.index_about .left .ti {
    display: flex;
    margin: 0 0 0.2rem 0;
    align-items: center;
}

.index_about .left .ti img {
    width: 0.52rem;
    margin: 0 0.1rem 0 0;
    height: auto;
}

.index_about .left .ti .zi {}

.index_about .left .ti .zi em {
    font-size: 0.36rem;
    font-weight: bold;
    color: #0361ad;
    font-size: 0.24rem;
}

.index_about .left .ti .zi p {}

.index_about .left .main {
    font-size: 0.16rem;
    line-height: 0.32rem;
    margin: 0 0 0.3rem 0;
}

.index_about .left .main p {}

.index_about .left .main a {
    font-size: 0.18rem;
    width: 1.9rem;
    line-height: 0.54rem;
    color: #fff;
    display: block;
    border-radius: 0.1rem;
    text-align: center;
    background: #0359a6;
    margin: 0.3rem 0;
}

.index_about .left .number {
    display: flex;
    justify-content: space-around;
    margin: 0.5rem 0 0.2rem;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40%;
}

.index_about .left .number .one {}

.index_about .left .number .one .num {
    position: relative;
}

.index_about .left .number .one .num em {
    font-size: 0.36rem;
    font-weight: bold;
}

.index_about .left .number .one .num span {
    font-size: 0.14rem;
    background: #fb7108;
    width: 0.28rem;
    height: 0.28rem;
    display: block;
    border-radius: 50%;
    position: absolute;
    right: -0.3rem;
    top: -0.05rem;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.index_about .left .number .one p {}

.index_about .right {
    width: 55%;
    position: relative;
    color: #fff;
    text-align: center;
    margin: 0 0 0.3rem 0;
}

.index_about .right .imgj {}

.index_about .right .imgj img {
    width: 100%;
}

.index_about .right .text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    padding: 0.2rem 0;
}

.index_about .right .text h3 {
    font-size: 0.24rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index_about .right .text em {
    display: block;
    width: 0.1rem;
    height: 0.1rem;
    margin: 0 0.1rem;
    border-radius: 50%;
    background: #fb7108;
}

.index_about .right .text p {
    font-size: 0.14rem;
    opacity: 0.45;
    text-transform: uppercase;
}
.has_colorbg {
    padding: 1rem 0 0.2rem;
}

.has_colorbg:before {content: "";display: block;left: 45%;right: 0;bottom: 0;height: 2.8rem;background: #0359a6;position: absolute;z-index: 2;}

.has_colorbg:after {content: "";display: block;left: 0;right: 0;bottom: 0;height: 1.5rem;background: #fff;position: absolute;}
.index_news {
    overflow: hidden;
    padding: 0 1rem;
    position: relative;
}
.index_news div#swiper_news {
    overflow: hidden;
    padding: 0.05rem 0;
}
.index_news ul {
    display: flex;
    flex-flow: wrap;
    margin: -0.17rem;
    height: 4rem;
}

.index_news ul li {
    width: 50%;
    padding: 0.15rem;
}
.index_news .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        height: calc((100% - 0.3rem) / 2);

        /* Center slide text vertically */
        /* display: -webkit-box; */
        display: -ms-flexbox;
        /* display: -webkit-flex; */
        /* display: flex; */
        /* -webkit-box-pack: center; */
        -ms-flex-pack: center;
        /* -webkit-justify-content: center; */
        /* justify-content: center; */
        /* -webkit-box-align: center; */
        -ms-flex-align: center;
        /* -webkit-align-items: center; */
        /* align-items: center; */
      }
.index_news ul li .item {
    display: flex;
    background: #f6f6f6;
    border: 0.02rem solid #ddd;
    padding: 0.3rem;
    align-items: flex-start;
}

.index_news ul li .item .data {
    text-align: center;
    /* line-height: 0.4rem; */
    color: #979797;
    margin: 0 0.2rem 0 0;
}

.index_news ul li .item .data em {
    display: block;
    font-size: 0.5rem;
    font-weight: bold;
    line-height: 0.6rem;
}

.index_news ul li .item .data span {display: block;line-height: 0.3rem;font-size: 0.14rem;}

.index_news ul li .item .zi {
    text-align: left;
}

.index_news ul li .item .zi h3 {
    font-size: 0.2rem;
    font-weight: bold;
    margin: 0 0 0.1rem 0;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.index_news ul li .item .zi p {
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 0.16rem;
}
.foot_ewmbox {
    background: #2a2a2a;
}

.foot_ewmbox .ewm_box {
    background: #0a0a0a;
    display: flex;
    justify-content: space-around;
    padding: 0;
    color: #fff;
}

.foot_ewmbox .ewm_box .item {
    display: flex;
    align-items: flex-start;
    flex: 1;
    padding: 0.3rem 0.5rem;
    border-right: 1px solid #5b5b5b;
}

.foot_ewmbox .ewm_box .item .imgj {
    margin: 0 0.2rem 0 0;
}

.foot_ewmbox .ewm_box .item .imgj img {
    width: 0.41rem;
}

.foot_ewmbox .ewm_box .item .text {
    flex: 1;
}

.foot_ewmbox .ewm_box .item .text h3 {
    font-size: 0.18rem;
    margin: 0 0 0.1rem 0;
}

.foot_ewmbox .ewm_box .item .text p {
    font-size: 0.14rem;
}

.foot_ewmbox .ewm_box .item:last-child {
    border: 0;
}

.footcon {
    background: #2a2a2a;
}

.footcon .foot_main {
    padding: 0.8rem 0.5rem 0.8rem 0;
}

.footcon .foot_main ul {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    justify-content: space-around;
}

.footcon .foot_main ul li {
}

.footcon .foot_main ul li a {
    display: block;
    color: #fff;
    font-size: 0.2rem;
    font-weight: bold;
    margin: 0 0 0.1rem;
}

.footcon .foot_main ul li .two {}

.footcon .foot_main ul li .two a {
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.34rem;
    opacity: 0.5;
    margin: 0;
}

.footcon .foot_main ul li .imgj {}

.footcon .foot_main ul li .imgj img {
    width: 1.6rem;
}

.footcon .foot_main ul li span {
    color: #fff;
    text-align: center;
    display: block;
    opacity: 0.5;
    margin: 0.1rem 0 0;
}

.footcon .foot_main ul li .two a:hover {
    opacity: 1;
}

.footcon .tips {
    color: #fff;
    font-size: 0.14rem;
    opacity: 0.5;
    background: #0a0a0a;
    padding: 0.2rem 0;
}
.nei_banner {
    position: relative;
}

.nei_banner img {
    width: 100%;
}

.nei_banner .zi {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}

.nei_banner .zi span {
    display: block;
    font-size: 0.6rem;
    font-weight: bold;
}

.nei_banner .zi h3 {
    font-size: 0.36rem;
    font-weight: bold;
}

.break_nav {
    padding: 0.2rem 0;
}

.break_nav .break {
    background: url(../images/home.png) left center no-repeat;
    background-size: 0.15rem;
    padding: 0 0 0 0.25rem;
}

.break_nav .break a {}

.break_nav .break span {
    color: #0359a6;
}













@media (min-width: 1px) and (max-width: 800px) {
.wal {
    width: 90%;
}
.top_nav {
    position: fixed;
    left: 0;
    right: 0;
    background: #0359a6;
    top: 0.8rem;
    bottom: 0;
    width: 100%;
    transform: translate(100%, 0px);
    transition: all 0.3s ease;
    overflow: scroll;
    z-index: 9;
}

.nav_part .wal {
    height: 0.8rem;
}

.phone_menu {
    display: block;
}

.top_nav.show {
    transform: translate(0px, 0px);
}

.top_nav .nav_main .link_a {
    display: none;
}

.top_nav .nav_main ul {
    display: block;
}

.top_nav .nav_main ul li .one_level {
    justify-content: space-between;
    margin: 0 0.3rem;
}

.top_nav .nav_main ul li {
    border-bottom: 1px solid #fff;
}
.two_nav_list {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    text-align: left;
    padding: 0 .4rem;
    background: none;
}

.two_nav_list a {
    font-size: 0.18rem;
    color: #fff;
    line-height: 0.4rem;
}

.writh_nav {
    position: fixed;
}

.index_banner {
    margin: 0.8rem 0 0;
}

.index_banner ul li {
    /* height: 3rem; */
    display: flex;
}

.index_banner .item .zi {
    width: 80%;
}

.index_banner .item .zi h3 {
    font-size: 0.26rem;
    line-height: initial;
}

.index_banner .item .zi p {
    font-size: 0.18rem;
    line-height: normal;
    margin: 0 0 0.2rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.index_banner .item .zi .link_a a {
    width: 1rem;
    line-height: 0.34rem;
    font-size: 0.16rem;
}

.index_banner .item .imgj img {
    width: 100%;
}

.index_ti .ti h4 {
    font-size: 0.24rem;
}

.index_part {
    padding: 0.5rem 0;
}

.index_ti {
    margin: 0 0 0.3rem;
}

.nav_logo .tel {
    display: none;
}

.nav_logo .di {
    border: 0;
    padding: 0;
    margin: 0;
}

.top_nav .nav_main ul li.has a.one_level:after {
    display: none;
}

.news_list ul li {
    width: 50%;
}

.index_videobox ul {
    display: block;
}

.index_videobox ul li {
    width: 100% !important;
}

.tema_item {
    display: block;
    width: 80%;
}

.tema_item .imgj {
    width: 70%;
    padding: 0 0.34rem 0 0;
    margin: 0 0 0.3rem;
}

.tema_item .text {
    width: 100%;
    padding: 0;
}
.people_but .swiper-button-prev, .people_but .swiper-button-next {
    width: 0.4rem;
    height: 0.4rem;
}
.index_about {
    display: block;
}

.index_about .left {
    width: 100%;
    padding: 0 0 1rem;
    position: relative;
}
.index_about .left .number {
    width: 100%;
    margin: 0;
}
.index_about .left .zgz {
    position: relative;
}

.index_about .left .zgz .one {
    width: 50%;
}

.index_about .right {
    width: 100%;
    margin: 0.2rem 0 0;
}

.number_box ul {
    display: block;
    text-align: center;
}

.index_hightresout ul li {
    width: 50%;
}

.itembox {
    grid-template-columns: repeat(2,calc(50% - 0.1rem));
}

.index_contact {
    display: block;
}

.index_contact {}

.left {}

.index_contact .left {
    width: 100%;
}

.index_contact .right {
    width: 100%;
}

.foot_ewmbox .ewm_box {
    display: block;
    margin: -0.2rem auto;
}

.item {}

.foot_ewmbox .ewm_box .item {
    margin: 0.2rem 0;
    border-bottom: 1px solid #5b5b5b;
    border-right: 0;
    padding: 0.2rem;
}

.top {}

.footcon .top {
    display: block;
}

.footcon .top .right {
    display: none;
}

.footcon .foot_main ul li .two {
    display: none;
}

.footcon .foot_main ul li a {
    font-size: 0.16rem;
}
.footcon .foot_main .left ul li {
    display: none;
}

.footcon .foot_main .left ul li:last-child {
    display: block;
}

.footcon .foot_main {
    display: block;
    padding: 0.3rem .0;
}

.footcon .foot_main .right {
    padding: 1.3rem 0 0;
}

.footcon .tips {
    display: block;
    text-align: center;
}
.index_contact .left ul li {
    width: 100%;
}
.nei_banner {
    margin: 0.6rem 0 0;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.picture_x_list .swiper-slide {
    width: 50% !important;
}
.neinews_list ul li a {
    display: block;
}

.neinews_list ul li .imgj {
    width: 100%;
    margin: 0 0 0.3rem 0;
}
.relative_news {
    display: none;
}
.prosperctus ul li {
    width: 50%;
}
.teachers_list ul li {
    width: 50%;
}


}





/***about us***/
.about_information {}

.about_information .imgj {
    text-align: center;
}

.about_information .imgj img {
    width: 5.46rem;
}

.about_information .main {
    font-size: 0.18rem;
    line-height: 0.3rem;
    text-align: center;
    margin: 0.3rem 0;
}

.about_information .main p {}

.about_information .abou_video {}

.about_information .abou_video video {
    width: 100%;
}

.bg_shil {
    background: url(../images/bg_shil.jpg);
    background-size: cover;
}
.nei_shili {}

.nei_shili ul {}

.nei_shili ul li {
    width: 33.33%;
    padding: 0.2rem;
}

.nei_shili ul li .item {
    padding: 0 0 0 1rem;
    position: relative;
    background: none;
}

.nei_shili ul li .item em {
    font-size: 1.2rem;
    font-weight: bold;
    position: absolute;
    left: 0;
    z-index: 3;
    color: #f8c4c5;
    font-family: Akrobat;
    line-height: 0.7rem;
}
.nei_shili ul li .item:hover em{color:#991217}
.nei_shili ul li .item .zi {
    background: #fff9f5;
    border-radius: 0.1rem;
    padding: 0.1rem 0.2rem;
    position: relative;
    z-index: 2;
}

.nei_shili ul li .item:after {
    content: "";
    display: block;
    background: #fff9f5;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    bottom: 0;
    z-index: 1;
    border-radius: 0.1rem;
}

.nei_shili ul li .item:hover {
    background: none;
}

.nei_shili ul li .item:hover .zi {
    background: #eb1c24;
}

.nei_shili ul li .item:hover:after {
    background: #eb1c24;
}
.nei_guihuab {}

.nei_guihuab img {
    width: 100%;
}

.sheng_case {}

.sheng_case ul {
    display: flex;
    justify-content: space-between;
    margin: -0.15rem;
    flex-wrap: wrap;
}

.sheng_case ul li {
    width: 25%;
    text-align: center;
    padding: 0 0 1rem 0;
    position: relative;
    padding: 0.15rem 0.15rem;
}

.sheng_case ul li h3 {
    background: linear-gradient(45deg, #b60911, #eb1c24);
    line-height: 0.5rem;
    color: #fff;
    font-size: 0.24rem;
    position: relative;
    z-index: 2;
}

.sheng_case ul li .item {
    padding: 0.3rem;
    position: relative;
    z-index: 3;
    /* background: #fff9f5; */
    padding: 0.3rem 0.3rem 1rem;
}

.sheng_case ul li .item p {
    background: #fff;
    border-radius: 50px;
    padding: 0.1rem 0;
    font-size: 0.18rem;
}

.sheng_case ul li .item span {
    display: block;
    width: 0.26rem;
    height: 0.34rem;
    background: url(../images/xjt.png);
    background-size: 100%;
    margin: 0.05rem auto;
}

.sheng_case ul li .item p.color_red {
    color: #eb1c24;
}

.sheng_case ul li em {
    font-size: 2rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 2rem;
    color: #eb1c24;
    opacity: 0.05;
    font-weight: bold;
    z-index: 2;
}
.bg_red {
    background: url(../images/bg_red.jpg);
    background-size: cover;
}
.teacher_mode {}

.teacher_mode img.kouhao {
    display: block;
    width: 5.42rem;
    margin: 0 auto 0.2rem;
}

.teacher_mode ul {
    display: flex;
    justify-content: space-between;
    margin: -0.15rem;
    flex-flow: wrap;
}

.teacher_mode ul li {
    width: 25%;
    padding: 0.15rem;
}

.teacher_mode ul li .item {background: #fff9f5;border-radius: 0.15rem;height: 100%;}

.teacher_mode ul li .item .imgj {
    border-radius: 0.15rem;
}

.teacher_mode ul li .item .imgj img {}

.teacher_mode ul li .item .zi {
    padding: 0.2rem;
}

.teacher_mode ul li .item .zi h3 {
    font-size: 0.26rem;
    color: #eb1c24;
    margin: 0 0 0.1rem 0;
}

.teacher_mode ul li .item .zi p {
    font-size: 0.2rem;
    line-height: 0.34rem;
    color: #666;
}




.sheng_case ul li:after {content: "";display: block;position: absolute;left: 0.15rem;right: 0.15rem;top: 0.15rem;bottom: 0.15rem;background: #fff9f5;z-index: 1;}

.sologin {}

.sologin h3 {
    font-size: 0.34rem;
    font-weight: bold;
    margin: 0 0 0.1rem;
}

.sologin h3 span img {
    /* background: linear-gradient(45deg, #0356a3, #0b8dd6); */
    /* color: #fff; */
    /* padding: 0 0.2rem; */
    /* border-radius: 0 0.3rem; */
    /* font-weight: normal; */
    width: 1.85rem;
    margin: 0 0 0 0.2rem;
}

.sologin em {}

.nav_part .tel {}

.nav_part .tel p {
    color: #0359a6;
    font-size: 0.36rem;
    font-weight: bold;
    padding: 0 0 0 0.5rem;
    background: url(../images/toptel.png) left center no-repeat;
    background-size: 0.4rem;
}
.nei_about {
    /* padding: 0.8rem 0; */
    margin: 0 0 0.8rem;
}
.nei_part {
    padding: 0.5rem 0;
}

.lleft_right_box {
    display: flex;
    /* min-height: 95vh; */
}
.product_addmain {
    display: block;
    min-height: 95vh;
    position: relative;
}

.product_addmain .right_main {
    margin: 0 0 0 3.7rem;
}

.product_addmain .left_nav {
    position: absolute;
    left: 0;
    top: 0;
}
.left_nav {
    width: 3.4rem;
    margin: 0 0.3rem 0 0;
    /* position: absolute; */
    left: 0;
    top: 0;
}

.product_list {}
.right_main {
    flex: 1;
    /* margin: 0 0 0 3.7rem; */
}

.left_part {
    margin: 0 0 0.4rem;
}

.left_part h3 {
    height: 0.75rem;
    background: #0152a4;
    color: #fff;
    font-size: 0.24rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.left_part .main {}

.twole_nav {}

.twole_nav ul {}

.twole_nav ul li {}

.twole_nav ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 0.75rem;
    background: #fafafa;
    margin: 0 0 0.02rem;
    padding: 0 0.2rem;
    font-size: 0.18rem;
    font-weight: bold;
}

.twole_nav ul li a span {}

.twole_nav ul li a i {
    display: block;
    width: 0.2rem;
    height: 0.2rem;
    background: url(../images/youjt.png) center center no-repeat;
    background-size: 0.1rem;
}

.product_list ul {
    display: flex;
    flex-flow: wrap;
    margin: -0.1rem;
}

.product_list ul li {
    width: 25%;
    padding: 0.1rem;
}

.product_list ul li a {
    display: block;
    border: 1px solid #f6f6f6;
}

.product_list ul li a .imgj {
    padding: 0.3rem;
}

.product_list ul li a .imgj img {}

.product_list ul li a .zi {}

.product_list ul li a .zi h3 {
    background: #f6f6f6;
    font-size: 0.14rem;
    text-align: center;
    font-weight: bold;
    padding: 0.1rem 0;
}
.left_contact {}

.left_contact h4 {
    padding: 0.2rem;
    background: #f6f6f6;
    font-size: 0.2rem;
    color: #0152a4;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
}

.left_contact .content_fs {
    background: #fafafa;
    padding: 0 0 0.2rem 0;
}

.left_contact .content_fs p {
    padding: 0.2rem 0.2rem 0;
}

.partenr_main {}

.partenr_main em {
    font-size: 0.18rem;
    display: block;
    color: #f11111;
    font-weight: bold;
    padding: 0.15rem 0.2rem;
    border: 1px solid #ddd;
    border-bottom: 0;
}

.patter_list {
    display: flex;
    flex-flow: wrap;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.patter_list .zi {
    width: 20%;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 0.15rem 0.2rem;
    font-weight: bold;
    font-size: 0.14rem;
}

.patter_list .zi span {}
.contact_one {
    margin: 0 0 0.5rem 0;
}

.contact_one h3 {
    font-size: 0.3rem;
    font-weight: bold;
    margin: 0 0 0.2rem;
}

.contact_one .p {
    font-size: 0.18rem;
    line-height: 0.34rem;
    color: #666;
    margin: 0 0 0.4rem;
}
.contact_one .p table {
    width: 100%;
}

.contact_one .p p {}
.contact_one .p img {
    width: 100%;
}
.contact_one .map {}

.contact_one .map img {
    width: 100%;
}

.contact_one .form {}

.contact_one .form ul {
    display: flex;
    flex-flow: wrap;
    margin: -0.05rem -0.05rem 0.2rem;
}

.contact_one .form ul li {
    width: 50%;
    padding: 0.05rem;
}

.contact_one .form ul li .item {
    background: #f6f6f6;
    display: flex;
    justify-content: space-between;
    padding: 0.15rem;
}

.contact_one .form ul li .item label {
    color: #666;
}

.contact_one .form ul li .item input {
    flex: 1;
    background: none;
}

.contact_one .form ul li.w100 {
    width: 100%;
}

.contact_one .form ul li.w100 .item {
    display: block;
}

.contact_one .form ul li.w100 .item textarea {
    width: 100%;
    background: none;
    height: 1rem;
}

.contact_one .form ul li.w100 .item label {}

.contact_one .form button {
    background: #0152a4;
    line-height: 0.5rem;
    text-align: center;
    padding: 0 0.5rem;
    color: #fff;
    font-size: 0.18rem;
}
.neinews-list {}

.neinews-list ul {}

.neinews-list ul li {
    padding: 0 0 0.3rem;
    margin: 0 0 0.3rem;
    border-bottom: 1px solid #ddd;
}

.neinews-list ul li a {
    display: flex;
}

.neinews-list ul li a .imgj {
    width: 2rem;
    border: 1px solid #ddd;
    padding: 0.1rem;
    margin: 0 0.3rem 0 0;
}

.neinews-list ul li a .imgj img {}

.neinews-list ul li a .zi {
    flex: 1;
}

.neinews-list ul li a .zi h4 {
    font-size: 0.18rem;
}

.neinews-list ul li a .zi span {
    font-size: 0.12rem;
    display: block;
    margin: 0.1rem 0;
    color: #666;
}

.neinews-list ul li a .zi p {
    font-size: 0.14rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    color: #666;
}

/* 分页样式 */
.paging { margin-top: 32px; font-size: 14px; }
.paging > span { margin: auto 16px; }
.paging .page-numbar { margin: auto 0; }
.paging .page-numbar .page-num,
.paging .page-index,
.paging .page-pre,
.paging .page-next,
.paging .page-last { display: inline-block; margin: auto 4px; padding: 2px 12px; border: 1px solid #EEE; border-radius: 2px; }
.paging .page-numbar .page-num-current,
.paging .page-numbar .page-num:hover { border-color: #0152a4; color: #0152a4; }
	
	
.ArticleTitle {
    font-size: 0.3rem;
    font-weight: bold;
    text-align: center;
    padding: 0.1rem 0;
    border-bottom: 1px dashed #ddd;
}

.ArticleMessage {
    text-align: center;
    color: #999;
    font-size: 0.14rem;
    margin: 0.1rem 0;
}

.ArticleMessage span {}

.ArticleTencont {
    font-size: 0.16rem;
    line-height: 0.29rem;
    color: #666;
    padding: 0.3rem 0;
}

.ArticleTencont p {}
.ArticleTencont p video {
    height: auto;
    width: 100% !important;
    margin: 30px 0 0;
}
.bdsharebuttonbox {
    margin: 0.2rem 0;
}

.bdsharebuttonbox a {
    /* float: left; */
    font-size: 0.12rem;
    padding-left: 0.18rem;
    line-height: 0.16rem;
    height: 0.16rem;
    background-image: url(../images/shareicon.png);
    background-repeat: no-repeat;
    cursor: pointer;
    margin: 0.06rem 0.06rem 0.06rem 0;
}

.bdsharebuttonbox a.bds_more {}

.bdsharebuttonbox a.bds_qzone {
    background-position: 0 -52px;
}

.bdsharebuttonbox a.bds_weixin {
    background-position: 0 -1612px;
}

.bdsharebuttonbox a.bds_sqq {
    background-position: 0 -2652px;
}

.bdsharebuttonbox a.bds_tsina {
    background-position: 0 -104px;
}

.bdsharebuttonbox a.bds_tqq {
    background-position: 0 -260px;
}

.reLink {
    display: flex;
    justify-content: space-between;
    border: 1px solid #ddd;
    padding: 0.12rem;
}

.reLink .prevLink,.reLink .nextLink {}

.reLink a {}

h4.anlitopH4 {
    margin: 0.3rem 0 0;
    padding: .12rem;
    border: 1px solid #ddd;
    font-weight: revert;
    color: #0359a6;
    border-left: 3px solid;
    font-size: 0.18rem;
}

h4.anlitopH4 span {}

.divremmnews {
    padding: 0.12rem;
    border: 1px solid #ddd;
    border-top: 0;
}

.divremmnews ul {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}

.divremmnews ul li {
    width: 48%;
    border-bottom: 1px dashed #ddd;
    padding: 0.1rem 0;
    display: flex;
    justify-content: space-between;
}

.divremmnews ul li a {
    flex: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.divremmnews ul li span {}
.mySwiper_xinghao {
    /* padding: 0.3rem; */
}

.mySwiper_xinghao .swiper-slide {}

.swiper-slide.swiper-slide-prev {}

.mySwiper_xinghao .swiper-slide .imgj {
    border: 0.03rem solid #ddd;
}

.mySwiper_xinghao .swiper-slide .imgj img {
    width: 100%;
}

.right_product_infor {}

.right_product_infor .swiper-slide {
    text-align: center;
}

.right_product_infor .swiper-slide img {
    max-width: 80%;
}

.mySwiper_xinghao .swiper-slide-thumb-active .imgj {
    border: 0.03rem solid #0359a6;
}
.thums_box {
    position: relative;
    background: #eee;
    padding: 0.2rem 0.7rem;
}
@media (min-width: 1px) and (max-width: 800px) {
.top_top {
    display: none;
}

.sologin {
    display: none;
}

.nav_part .tel {
    display: none;
}
.nav_logo img {
    width: auto;
    height: 0.7rem;
}

.product_ti {
    display: block;
}

.product_change ul {
    flex-flow: wrap;
    justify-content: center;
}

.product_ti .index_ti .ti p {
    display: none;
}

.product_ti .index_ti {
    margin: 0 0 0.3rem;
}

.product_change ul li {
    padding: 0.1rem;
}

.product_box ul li {
    width: 50%;
}

.has_colorbg:before {
    left: 0;
}

.index_news ul li {
    width: 100%;
    padding: 0;
}

.index_news ul {
    margin: 0;
}

.index_news {
    padding: 0 0.1rem;
}

.footcon .foot_main ul {
}

.footcon .foot_main ul li:last-child {
    margin: 0.2rem 0 0;
}
.nav_logo {
    height: auto;
}
.index_goods ul li .item .imgj {
    margin: 0 auto 0.2rem;
}
.nei_banner img {
    width: auto;
    height: 100%;
}

.left_nav {
    display: none;
}
.right_main {
    margin: 0;
}
.product_addmain .right_main {
     margin: 0 0 0 0rem; 
}
.neinews-list ul li a {
    display: block;
}

.neinews-list ul li a .imgj {
    width: 100%;
    margin: 0 0 0.2rem 0;
}
.patter_list .zi {
    width: 50%;
}
.product_list ul li {
    width: 50%;
}
.contact_one .form ul li {
    width: 100%;
}
.lleft_right_box {
    min-height: auto;
}























}